home *** CD-ROM | disk | FTP | other *** search
/ Chip 2001 June / CHIP Haziran 2001.iso / prog / video / 04 / setup.exe / TMPGEnc.exe / 1041 / RCDATA / TMPEGCONFIG_AUDIOEFFECTVOLUMEFORM / TMPEGCONFIG_AUDIOEFFECTVOLUMEFORM.txt
Text File  |  2001-04-04  |  1KB  |  67 lines

  1. object MPEGConfig_AudioEffectVolumeForm: TMPEGConfig_AudioEffectVolumeForm
  2.   Left = 238
  3.   Top = 222
  4.   BorderStyle = bsDialog
  5.   Caption = '∩┐╜∩┐╜═Æ∩┐╜...'
  6.   ClientHeight = 101
  7.   ClientWidth = 325
  8.   Color = clBtnFace
  9.   Font.Charset = SHIFTJIS_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -12
  12.   Font.Name = '∩┐╜l∩┐╜r ∩┐╜o∩┐╜S∩┐╜V∩┐╜b∩┐╜N'
  13.   Font.Style = []
  14.   OldCreateOrder = False
  15.   Position = poScreenCenter
  16.   Scaled = False
  17.   ShowHint = True
  18.   OnCloseQuery = FormCloseQuery
  19.   PixelsPerInch = 96
  20.   TextHeight = 12
  21.   object ProgressLabel: TLabel
  22.     Left = 214
  23.     Top = 8
  24.     Width = 89
  25.     Height = 12
  26.     Alignment = taRightJustify
  27.     AutoSize = False
  28.   end
  29.   object Panel3: TPanel
  30.     Left = 16
  31.     Top = 22
  32.     Width = 289
  33.     Height = 22
  34.     BevelOuter = bvNone
  35.     BorderStyle = bsSingle
  36.     TabOrder = 0
  37.     object ProgressGauge: TGauge
  38.       Left = 0
  39.       Top = 0
  40.       Width = 285
  41.       Height = 18
  42.       Align = alClient
  43.       BorderStyle = bsNone
  44.       Color = clBtnFace
  45.       ForeColor = clNavy
  46.       ParentColor = False
  47.       Progress = 0
  48.     end
  49.   end
  50.   object CancelButton: TButton
  51.     Left = 231
  52.     Top = 69
  53.     Width = 75
  54.     Height = 25
  55.     Cancel = True
  56.     Caption = '∩┐╜∩┐╜∩┐╜f'
  57.     TabOrder = 1
  58.     OnClick = CancelButtonClick
  59.   end
  60.   object StartupTimer: TTimer
  61.     Interval = 1
  62.     OnTimer = StartupTimerTimer
  63.     Left = 34
  64.     Top = 56
  65.   end
  66. end
  67.